home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Utilities / Printer / HP550C / gsif-color-lq < prev    next >
Text File  |  1993-05-12  |  278b  |  10 lines

  1. #!/bin/sh
  2. # Low-quality (but faster) 32-bit color CMYK driver front-end
  3. # for the HP550C.
  4. #    Avery Wang
  5. #    email: avery@ccrma.stanford.edu
  6.  
  7. /usr/local/bin/gs -q -dBitsPerPixel=32 -dCMYKmode=1 -dShingling=0 \
  8. -sPAPERSIZE=letter -sOutputFile=- -sDEVICE=cdj550 -r300 -dNOPAUSE - 
  9.